home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #11 / Software USA Volume 4.11.iso / mac / Educational / mac06 / usr / man / man5 / tty.5
Encoding:
Text File  |  1998-02-21  |  715 b   |  47 lines  |  [TEXT/SPM ]

  1.             write()        read()
  2.     0x00
  3. ^A    0x01
  4. ^B    0x02
  5. ^C    0x03                raise SIGINT
  6. ^D    0x04                read()==0
  7. ^E    0x05
  8. ^F    0x06    
  9. ^G    0x07    beep
  10. ^H    0x08    backspace    delete character from buffered line
  11. ^I    0x09    tab
  12. ^J    0x0a    new line    \r (if INLCR)
  13. ^K    0x0b
  14. ^L    0x0c    home&clear
  15. ^M    0x0d    return        \n (if ICRNL)
  16. ^N    0x0e
  17. ^O    0x0f
  18. ^P    0x10
  19. ^Q    0x11                start output
  20. ^R    0x12
  21. ^S    0x13                stop output
  22. ^T    0x14
  23. ^U    0x15                kill buffered line
  24. ^V    0x16
  25. ^W    0x17
  26. ^X    0x18
  27. ^Y    0x19
  28. ^Z    0x1a                raise SIGTSTP
  29. ESC    0x1b    see below
  30.     0x1c                raise SIGQUIT
  31.     0x1d
  32.     0x1e
  33.     0x1f
  34. DEL    0x7f
  35. others        printed    
  36.  
  37. ESC sequences
  38. ESC A
  39. ESC B
  40. ESC C
  41. ESC D
  42. ESC I        toggle insert mode
  43.  
  44. go away box                raise SIGHUP
  45. zoom/grow                modify ncols, nrows
  46. apple-.                    raise SIGTERM
  47. alt-apple-.                kill Mac06 kernel